home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be002.dxr / 00095.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  289 b   |  16 lines

  1. on exitFrame
  2.   handcursor(6)
  3.   handcursor(7)
  4.   if rollOver(6) then
  5.     set the visible of sprite 8 to 1
  6.   else
  7.     set the visible of sprite 8 to 0
  8.   end if
  9.   if rollOver(7) then
  10.     set the visible of sprite 9 to 1
  11.   else
  12.     set the visible of sprite 9 to 0
  13.   end if
  14.   go(the frame)
  15. end
  16.